home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / djgpp / readme.1st < prev    next >
Text File  |  1994-06-29  |  7KB  |  170 lines

  1. This is djgpp's README.1ST, which you should have read before any other. 
  2. Please read this COMPLETELY before going any further. 
  3.  
  4. WARNING: This software comes with ABSOLUTELY NO WARRANTEE.  I can't even
  5. guarantee that this software won't wipe out your entire hard drive (it's
  6. happened to a few people before, but we've fixed it).  USE AT YOUR OWN
  7. RISK! It's always a good idea to make regular backups of your hard
  8. drives anyway. 
  9.  
  10. If you are installing djgpp off floppies, you should run the install
  11. program on disk 1.  This program will prompt you for all the information
  12. it needs to properly install djgpp on your system. 
  13.  
  14. If you are using PKUNZIP to extract your files, don't forget the -d or
  15. you'll get them all in the same directory! All djgpp modules are
  16. designed to be unzipped from the same directory, so that they install
  17. themselves properly.  You should also use the -o switch, since some
  18. files are included in multiple modules. 
  19.  
  20. You will need either PKUNZIP version 2 or higher, or InfoZip's unzip
  21. version 5.0 or higher.  A complementary copy of InfoZip's unzip is
  22. provided as UNZIP-DJ.EXE in case you don't have either.  This file uses
  23. a merged copy of go32.exe, so you should delete it in favor of the
  24. unzip.exe in zipXXbn.zip after you unzip that module. 
  25.  
  26. You should be able to find documentation in various subdirectories of
  27. the docs directory in the djgpp distribution.  The files README and FAQ
  28. are in the djdocXXX.zip module.  If you install txiXXXbn.zip, you can
  29. run "info" to read this documentation. 
  30.  
  31. The modules you'll want to start with are (replace XXX with an
  32. appropriate version number):
  33.  
  34.  djdocXXX.zip  The base documentation
  35.  djeoeXXX.zip  Execution-only environment - extender binary, emu387,
  36.                some utils, README and FAQ
  37.  djdevXXX.zip  Basic development libraries and utilities
  38.  gccXXXbn.zip  GCC binaries, including C front end (no C++ or ObjC)
  39.  gasXXXbn.zip  Assembler - required for all compiles
  40.  bnuXXXbn.zip  Binary utilities - required for all compiles
  41.  
  42.  djXXXmX.zip   Maintainance releases - install LAST and IN ORDER.
  43.  
  44. Don't forget to use th "-o" switch on unzip, as some files are
  45. replicated throughout all the modules.  The command should look like
  46. this:
  47.  
  48.     unzip-dj -o a:djeoe111.zip
  49.  
  50. The EOE module is for people who only need the extender (go32) to run
  51. some other 32-bit program that didn't come with one.  The remainder
  52. of these modules listed above are required to compile C programs.
  53.  
  54. For more information on installing and setting up djgpp, refer to the
  55. file docs/djgpp/readme after you install
  56.  
  57. Additional modules include:
  58.  
  59.  djemuXXX.zip  80387 emulator sources
  60.  djlgrXXX.zip  Basic 256-color SVGA library (grx is better)
  61.  djsrcXXX.zip  Sources to extender and utilities
  62.  djlsrXXX.zip  Sources to all the libraries
  63.  djtstXXX.zip  Test programs to test djgpp
  64.  
  65.  makXXXbn.zip  GNU Make
  66.  gppXXX.zip    C++ front end, headers, and libraries
  67.  objcXXX.zip   Objective-C front end, headers, and libraries
  68.  bsnXXXbn.zip  Bison (yacc-like parser)
  69.  flxXXXbn.zip  Flex (lex-like parser)
  70.  txiXXXbn.zip  On-line info reader INFO.EXE and info compiler
  71.  gzpXXXbn.zip  GZip compressor
  72.  zipXXXbn.zip  Info-Zip's ZIP and UNZIP programs
  73.  
  74. GNU programs are normally distributed as three files:
  75.  
  76.  *bn.zip       Binaries for various GNU programs
  77.  *dc.zip       Documentation for various GNU programs
  78.  *sr.zip       Sources for various GNU programs (may be split
  79.                into *s1.zip...*sN.zip)
  80.  
  81.  
  82. djgpp is a complete 32-bit C and C++ development environment for DOS. 
  83. This product is intended for users who have experience using Unix, not
  84. DOS users who expect djgpp to act like any other DOS compiler.  This is
  85. NOT the software you want if you want to learn programming. 
  86.  
  87. Supported: 80386, 80387, 80486, XMS, himem.sys, VCPI, QEMM, 386MAX,
  88. DesqView, Windows, OS/2, interrupts.
  89.  
  90. Unsupported: XTs, 80286, multitasking, signals.
  91.  
  92. Features: 80387 emulator, 32-bit unix-ish environment, flat memory
  93. model, debugger, SVGA graphics.
  94.  
  95.     ====================  Reporting bugs  ====================
  96.  
  97. ALL changes to the source code should be submitted in "diff -c2" format. 
  98. If you just send replacement files, I'll reject them, since I don't know
  99. which parts you've changed and my sources keep changing anyway.  Diffs
  100. will also be rejected for use of bcc features in go32 sources (like //
  101. comments), or more than one feature or bugfix per diff.  Please use the
  102. same programming style as the existing style when making changes to my
  103. sources. 
  104.  
  105. Note that new features are not bugs.  If you would like to work on
  106. adding features to djgpp, please send me e-mail at dj@ctron.com
  107. beforehand, in case it's being worked on already and to coordinate it's
  108. integration.  If you want to request a new feature but not work on it,
  109. send to the mailing list. 
  110.  
  111. If the problem is in one of the FSF utilities, please don't expect me to
  112. fix it.  Problems with FSF code should be reported to the FSF; I only
  113. compile the code and distribute it.  My best suggestion is to post to
  114. the appropriate newsgroup or mailing list, but if you can't find one,
  115. ask gnu@prep.ai.mit.edu. 
  116.  
  117. If the problem is in anything else, and you have e-mail access, I strongly
  118. recommend joining the djgpp mailing list.  To do so, send mail to
  119. listserv@sun.soe.clarkson.edu:
  120.  
  121.     $ mail listserv@sun.soe.clarkson.edu
  122.     Subject:
  123.     help
  124.     add <e-mail address> djgpp
  125.     ^D
  126.  
  127. Any mail sent to djgpp@sun.soe.clarkson.edu will get automatically
  128. forwarded to all the subscribers on the list, and someone may have an
  129. answer to your query.  Note that I (DJ) am of course a subscriber, so I
  130. will get it also. 
  131.  
  132. If all else fails, you may contact me directly at dj@ctron.com
  133. (preferred) or at home:
  134.  
  135.     DJ Delorie
  136.     24 Kirsten Ave
  137.     Rochester, NH 03867-2954
  138.     USA
  139.  
  140. If you write, please include a stamped, self-addressed envelope.  The
  141. FSF (see README for address) sells djgpp on floppies, as do I.  If you
  142. would like a complete set of djgpp floppies from me, send a check or
  143. money order (made out to DJ Delorie) in the amount of US$100 to the
  144. address above.  Please specify 1.4M or 1.2M floppies, and allow a few
  145. weeks for processing and shipping.  You will automatically be registered
  146. for update notices and reduced prices on future versions.  To be added
  147. to the mailing list for new version notices ONLY, please send US$5 to
  148. the address above. 
  149.  
  150. All phone calls will be returned collect.  Please leave a night/weekend
  151. phone number. 
  152.  
  153.     ====================  Redistribution  ====================
  154.  
  155. The utilities built from FSF code may NOT be made available through any
  156. means not prepared to also distribute the source for those utilities. 
  157. This isn't just a good idea, it's the LAW.  Read the file "copying" for
  158. more details on FSF copyright terms.  Since djgpp includes such
  159. binaries, it requires the same terms. 
  160.  
  161. Programs that link in FSF code must comply with the GNU Library Public
  162. License, or the GNU General Public License.  All FSF objects are in
  163. libgpl.a and libgpp.a
  164.  
  165. I strongly recommend prepending stub.exe (use coff2exe) for any programs
  166. you intend to distribute.  This aids upgrading go32, since stub.exe
  167. doesn't need to change, and coff2exe produces a faster executable due to
  168. disk alignment optimizations. 
  169.  
  170.